home *** CD-ROM | disk | FTP | other *** search
- global no_cat, autoflg, framecnt, soundflg, max
-
- on startMovie
- puppetTempo(120)
- set the timeoutLength to 2 * 60
- set autoflg to 0
- set framecnt to 1
- set max to 27
- set no_cat to ["5", "9", "13", "17", "21", "25", "29", "5", "9", "13", "33", "37", "41", "45", "49", "53", "57", "61", "65", "69", "73", "17", "21", "77", "81", "85", "25"]
- if the colorDepth <= 8 then
- go("S08")
- else
- go("S16")
- end if
- if soundflg = 1 then
- puppetSound("JESS.AIF")
- end if
- end
-